home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 February / maximum-cd-2012-02.iso / DiscContents / TheWagerSetup1.2.exe / Assets / Scripts / [30].lua < prev    next >
Encoding:
Text File  |  2011-02-27  |  383 b   |  10 lines

  1. -- Script [30]
  2. Starting = 1;
  3. SeaEvent = 1;
  4. SetEventTitle("A Vicious Storm!");
  5.  
  6. ShowStoryText("The clouds grow dark at an alarming speed and it becomes quickly apparent that a vicious storm is on the way. It's time for your crew to spring into action.");
  7. AddChoice("Hoist the hatches! Batten down the rigging! Man the mainsail!", "[35]");
  8. SetStartingEvent(ScriptID, false);
  9.  
  10.